From: Simon McVittie Date: Thu, 24 Nov 2022 10:25:43 +0000 (+0000) Subject: subprojects: Pin GLib to version 2.74.x X-Git-Tag: archive/raspbian/4.8.3+ds-2+rpi1~3^2~20^2^2~22^2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=e50fbb6c86447bc36b3a8ad46e4fb3ef2ad169fa;p=gtk4.git subprojects: Pin GLib to version 2.74.x GLib 2.74.x and GTK 4.8.x both correspond to the GNOME 43 cycle. Keeping GLib on the 2.74.x branch avoids a CI regression when GLib git main depends on a newer Meson version than the one GTK's CI installs, which has happened in 2.75.x as a result of GNOME/glib!3077. Signed-off-by: Simon McVittie --- diff --git a/subprojects/glib.wrap b/subprojects/glib.wrap index c785910d9f..ec146dbec8 100644 --- a/subprojects/glib.wrap +++ b/subprojects/glib.wrap @@ -2,5 +2,5 @@ directory=glib url=https://gitlab.gnome.org/GNOME/glib.git push-url=ssh://git@gitlab.gnome.org:GNOME/glib.git -revision=main +revision=glib-2-74 depth=1